<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	.lazy_container {
		display: inline-block;
		max-width: 100%;
		position: relative;
		overflow: hidden;
		font-size: 0;
		line-height: 0;
		background: url(../images/camera-loader.gif) 50% 50% no-repeat #ffffff;
	}
	
	.lazy_container.lazyloaded {
		background: none;
	}
	
	.lazy_container .lazy_preloader {
		height: 0;
		display: inline-block;
		width: 100%;
	}
	
	.lazy_container img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: auto;
		margin: 0;
	}</pre></body></html>